home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
Word-Safari.swf
/
scripts
/
DefineButton2_367
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-02-25
|
377b
|
26 lines
on(release){
stopAllSounds();
_root.gogogo = true;
theWind.start(0,999);
if(myWordC != "")
{
nextFrame();
}
else if(myWordD != "")
{
gotoAndPlay(13);
}
else if(myWordE != "")
{
gotoAndPlay(16);
}
else if(myWordF != "")
{
gotoAndPlay(19);
}
else
{
gotoAndPlay(22);
}
}